From 41248072bf9ac7dd53173908f1ac7a1728fb0bce Mon Sep 17 00:00:00 2001 From: Alex Crichton Date: Thu, 18 Sep 2014 10:56:38 -0700 Subject: [PATCH] Update openssl-static-sys for ubuntu 10.04 This *should* help with #598, but I'd like to confirm that it's fixed with a snapshot before marking it as fixed. --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 6546d4db2..736e8e974 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -79,7 +79,7 @@ source = "git+https://github.com/alexcrichton/git2-rs#d36102579e8e42b275f63bf606 dependencies = [ "libssh2-static-sys 0.0.1 (git+https://github.com/alexcrichton/libssh2-static-sys#6a5d3ad7b62db6ca0721c528402f4976a1876036)", "link-config 0.0.1 (git+https://github.com/alexcrichton/link-config#1d3cd271612036b47c015a55f33a97e1524569ae)", - "openssl-static-sys 0.0.1 (git+https://github.com/alexcrichton/openssl-static-sys#6fd904b03be4ee9d0e60fbae8e4137836ed74940)", + "openssl-static-sys 0.0.1 (git+https://github.com/alexcrichton/openssl-static-sys#40c6aa58a878645b2f2a6f0270da7f1c3088a22c)", ] [[package]] @@ -95,7 +95,7 @@ source = "git+https://github.com/alexcrichton/link-config#1d3cd271612036b47c015a [[package]] name = "openssl-static-sys" version = "0.0.1" -source = "git+https://github.com/alexcrichton/openssl-static-sys#6fd904b03be4ee9d0e60fbae8e4137836ed74940" +source = "git+https://github.com/alexcrichton/openssl-static-sys#40c6aa58a878645b2f2a6f0270da7f1c3088a22c" [[package]] name = "semver" -- 2.30.2